home *** CD-ROM | disk | FTP | other *** search
- Path: news.compuserve.com!newsmaster
- From: <75151.03563@compuserve.com>
- Newsgroups: comp.lang.c++
- Subject: Help : C++ memory question
- Date: 10 Jan 1996 07:47:06 GMT
- Organization: CompuServe Incorporated
- Message-ID: <4cvqtq$7g9@dub-news-svc-3.compuserve.com>
- NNTP-Posting-Host: dd74-136.compuserve.com
- Content-Type: text/plain
- Content-length: 842
- X-Newsreader: AIR Mosaic (16-bit) version 1.00.198.07
-
-
- Chudail@msn.com (Manish Katyal) writes:
- >
- > Hi,
- > I'm using Visual C++ on Windows 3.x and am running
- >into memory problems (dont' we all ?)
- >The problem that I'm having is that I run out of windows handles as I
- >have a very resource intensive application.
- >
-
- What is your program doing that it requires that many window handles. Is
- it possible you could restructure your program, so that it doesn't need so
- many windows open at a time ? I've worked on some complex projects
- and never had a problem with a single program eating up all of the handle
- resources. Maybe if you could give some more detail about what you are
- doing I could help more.
-
- You also might wnat to try posting this to a windows specific group, since
- this is more of a windows question, than a C++ one.
-
- Tom Keane
- 75151,03563@compuserve.com
-
-